AJA-FS4-MIB DEFINITIONS ::= BEGIN

--
-- MIB objects for FS4 Implementation
--

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, 
    Integer32,
    NOTIFICATION-TYPE           FROM SNMPv2-SMI
    
	TEXTUAL-CONVENTION, DisplayString,
	TruthValue, DateAndTime, AutonomousType   FROM SNMPv2-TC
	
	fs4Product		FROM AJA-ROOT-MIB
;

fs4MIB MODULE-IDENTITY
    LAST-UPDATED "201607240000Z"
    ORGANIZATION "AJA Video Systems Inc."
    CONTACT-INFO    
	 "postal:   John Abt
                P.O. Box 1033
                Grass Valley CA  95945

          email:    ianaadmin@aja.com
          webpage:  www.aja.com"
    DESCRIPTION
	"This module defines snmp data and notifications in the FS4 product"
    REVISION     "201607240000Z"
    DESCRIPTION
	"Initial release"
    ::= { fs4Product 60 } 

--
-- top level structure
--

fs4Scalars       OBJECT IDENTIFIER       ::= { fs4MIB 1 }
fs4Alarms        OBJECT IDENTIFIER       ::= { fs4MIB 2 }

fs4Integer OBJECT-TYPE
    SYNTAX      Integer32
    MAX-ACCESS  read-write
    STATUS      current
    DESCRIPTION
	"This is a simple object which merely houses a writable
	 integer.  It's only purposes is to hold the value of a single
	 integer.  Writing to it will simply change the value for
	 subsequent GET/GETNEXT/GETBULK retrievals.

	 This example object is implemented in the
	 agent/mibgroup/examples/scalar_int.c file."
    DEFVAL { 42 }
    ::= { fs4Scalars 1 }

--
-- Alarm objects
--

fs4PowerSupply1Alarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "FS4 power supply 1 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 2 }

fs4PowerSupply2Alarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "FS4 power supply 2 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 3 }

--
-- fs4NoRefAlarm will alarm if ref is absent 
--
fs4NoRefAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "No Reference Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 4 }

--
-- fs4IncompatRefAlarm will alarm if ref format is incompatible with output format 
--
fs4IncompatRefAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Incompatible Reference Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 5 }

--	There are 5 Vid proc Format Traps
--
-- Video Proc format alarms (1ch mode)
--
fs4VidFormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Format incompatibility Video Proc Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 6 }

--
-- Video Proc 1 format alarms (4ch mode)
--
fs4Vid1FormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Format incompatibility Video Proc 1 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 7 }
--
-- Video Proc 2 format alarms
--
fs4Vid2FormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Format incompatibility Video Proc 2 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 8 }
--
-- Video Proc 3 format alarms
--
fs4Vid3FormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Format incompatibility Video Proc 3 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 9 }
--
-- Video Proc 4 format alarms
--
fs4Vid4FormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Format incompatibility Video Proc 4 Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 10 }

-- There are 8 Background Traps (4 Format, 4 timing)
-- No background traps in 1ch mode
--
fs4Vid1BackgroundFormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 1 Background format Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 11 }

fs4Vid2BackgroundFormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 2 Background format Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 12 }

fs4Vid3BackgroundFormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 3 Background format Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 13 }

fs4Vid4BackgroundFormatAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 4 Background format Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 14 }

-- Timing
fs4Vid1BackgroundTimingAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 1 Background Timing Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 15 }

fs4Vid2BackgroundTimingAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 2 Background Timing Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 16 }

fs4Vid3BackgroundTimingAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 3 Background Timing Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 17 }

fs4Vid4BackgroundTimingAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Video Proc 4 Background Timing Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 18 }


--
-- Over Temp
--
fs4OverTemperatureAlarm OBJECT-TYPE
    SYNTAX      OCTET-STRING
    MAX-ACCESS  read-only
    STATUS      current
    DESCRIPTION
        "Over Temp Range Alarm."
    DEFVAL { "Unknown State; default" }
::= { fs4Alarms 19 }



END
